Conditions | 1 |
Paths | 1 |
Total Lines | 5 |
Code Lines | 3 |
Lines | 5 |
Ratio | 100 % |
Changes | 0 |
1 | View Code Duplication | const DB = require('../libraries/db') |
|
39 | editUser: async function (data, where, notWhere = {}) { |
||
40 | let result = await ModelBase.execUpdate(table, data, where, notWhere) |
||
41 | |||
42 | return await result |
||
43 | } |
||
44 | |||
45 | } |